CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - floating point division

搜索资源列表

  1. jisuanqi

    0下载:
  2. 1)具备整型数据、浮点型数据的算术(加、减、乘、除)运算功能。依次输入第一个运算数、运算符(+,-,*,/)、第二个运算数,然后输出结果。结果可以作为下一个运算的第一运算数。按‘C’清屏,按‘R’返回 菜单。 例如:输入:2 + 5 输出:7 2)实现单运算符表达式计算的功能。输入的操作数可以包含整数或浮点数。输入表达式如下: 例如:输入:2+5 输出:7 -1) with integer, floating-point data arithmetic (additi
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:10232
    • 提供者:小虹
  1. Calculator

    0下载:
  2. 实现一个有加、减、乘、除、函数计算功能和电子时钟的多功能计算器。软件设计采用C语言编写,实现了14位浮点数内的加、减、乘、除基本的四则运算,带有‘sin’、‘cos’、‘tan’、‘exp’、‘ln’、‘lg’、‘倒数’、‘x^y’、‘sqrt’、‘fmod ’10个常用数学函数运算。 -To achieve an addition, subtraction, multiplication, division, function, computing and electronic clock
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:223024
    • 提供者:叶祖钦
  1. ZuoyeJIsuan

    0下载:
  2. 简单的计算器,实现两个浮点数的加减乘除运算-Simple calculator, achieve two floating-point addition and subtraction, multiplication and division
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:53945
    • 提供者:杨依
  1. 3.1.5-Math

    0下载:
  2. 这是我们学校的DSP实验箱5502的DSP定点与浮点运算实验程序,保证可以用,功能很全,程序实现了定点加法,减法,乘法,除法 以及浮点加减乘除运算,还有就是浮点转定点运算与 定点转浮点运算.-This is our school s DSP DSP 5502 kit fixed and floating-point test procedures to ensure that you can use, features a very full, the program achieved a po
  3. 所属分类:DSP program

    • 发布日期:2017-04-25
    • 文件大小:89217
    • 提供者:Mr CAI
  1. YUNSUANFUYUBIAODASHI

    0下载:
  2. (1) 加减运算符 +,-.例如 2+39,908.98-23等. 加减运算符是双目运算符,即连接两个操作元的运算符.加减运算符的结合方向是从左到右.例如: 2+3-8,先计算2+3,然后再将得到的结果减8.加减运算符的操作元是整型或浮点型数据,加减运算符的优先级是4级. (2) 乘,除和求余运算符 *,/, .例如 2*39 908.98/23等. *,/, 运算符是双目运算符,即连接两个操作元的运算符.*,/, 运算符的结合方向是从左到右,例如 2*3/8,先计算2*3,然后再将
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:8905
    • 提供者:徐云婷
  1. compute

    0下载:
  2. 表达式求值:给定一个浮点数混合运算的中缀表达式,分别实现:转换成为后缀表达式,然后求值;直接对中缀表达式求值两种求值算法两种实现方法。表达式中包含的运算符:加法+,减法-,乘法*,除法/,括号(),乘方#等运算符。运算符的优先级和结合性符合数学运算法则。比如:命令行输入 (-2.0)+(1.0+2.0)*3.0-2.0#2.0回车 (1)中缀表达式输出: (-2.0)+ (1.0+2.0)*3.0-2.0#2.0=3.0 (2)后缀表达式输出: -2.0 1.0 2.0 + 3.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2840
    • 提供者:
  1. Task1

    0下载:
  2. 简易的计算器程序。 对话框类型的程序;  能够实现浮点数值的加减乘除运算;  界面由一个编辑框和若干按钮组成,编辑框负责表达按钮输入及计算的结果,按钮负责输入数字、加减乘除以及等于等动作的输入;程序的核心功能由标准C++方式实现,并通过MFC框架代码调用其功能。 -Simple calculator program. The  dialog box, type the program  to achie
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-04
    • 文件大小:30346
    • 提供者:wen
  1. jisuanji

    0下载:
  2. 设计一个简单的计算器,能够实现浮点型数的加、减、乘、除、开方、倒数运算-To design a simple calculator, floating-point numbers plus, minus, multiplication, division, square root, reciprocal operator
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:18207
    • 提供者:li
  1. jisuanqi

    0下载:
  2. 设计一个简单的计算器,能够进行加法、减法、乘法和除法功能(整数和浮点数)。格式是先输入一个数,然后输入运算符号,输入另一个数字,最后输出结果。-Design a simple calculator capable of addition, subtraction, multiplication and division functions (integer and floating-point numbers). The format is to enter a number, then ent
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:538
    • 提供者:梦瑶
  1. Calculator(source-code)

    0下载:
  2. 通过4X4独立按键输入两个浮点数,并在LCD1602上进行显示,此单片机系统可精确计算两个浮点数的加减乘除,保留小数点后3位数字 -By 4X4 independent button to enter two floating-point numbers, the LCD1602 display, microcontroller system can accurately calculate the two floating-point addition and subtraction, mul
  3. 所属分类:SCM

    • 发布日期:2017-11-20
    • 文件大小:2932
    • 提供者:王鹏
  1. calculator

    0下载:
  2. 通过4X4独立按键输入两个浮点数,并在LCD1602上进行显示,此单片机系统可精确计算两个浮点数的加减乘除,保留小数点后3位数字 -By 4X4 independent button to enter two floating-point numbers, the LCD1602 display, microcontroller system can accurately calculate the two floating-point addition and subtraction, mul
  3. 所属分类:SCM

    • 发布日期:2017-12-02
    • 文件大小:85182
    • 提供者:王鹏
  1. CPUSimulation

    0下载:
  2. 除必要循环外,只使用位操作来模拟CPU的算术运算,可实现整数及浮点的加减乘除-In addition to the necessary circulation only use bit manipulation to simulate the CPU arithmetic, integer and floating-point addition, subtraction, multiplication, and division
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:3600
    • 提供者:宋麒
  1. fudianxing-jisuanqi

    0下载:
  2. 用JAVA实现一个浮点型的计算器,实现了基本的加减乘除等运算功能。-JAVA realization of a floating-point type calculator, basic addition and subtraction, multiplication and division operations
  3. 所属分类:Java Develop

    • 发布日期:2017-11-21
    • 文件大小:37349
    • 提供者:李豆豆
  1. cPP-Calculator

    0下载:
  2.   (1)具备整型数据、浮点型数据的算术(加、减、乘、除)运算功能。依次输入第一个运算数、运算符(+,-,*,/)、第二个运算数,然后输出结果。结果可以作为下一个运算的第一运算数。按‘C’清屏,按‘R’返回 菜单。   例如:输入:2   +   5   输出:7   (2)实现单运算符表达式计算的功能。输入的操作数可以包含整数或浮点数。输入表达式如下:   例如:输入:2+5   输出:7-(1) with integer data, floating point
  3. 所属分类:software engineering

    • 发布日期:2017-11-09
    • 文件大小:462942
    • 提供者:patton
  1. BCD_divid_new

    0下载:
  2. VHDL语言编写的8位BCD除法器,可以实现浮点数计算,只支持正数运算,并用isim进行仿真-VHDL language 8 BCD division, can achieve floating-point calculations, which only supports a positive number arithmetic, and use isim simulation
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:524842
    • 提供者:liudongzhu
  1. Calculator

    0下载:
  2. 这是一个简易计算器的程序,能进行简单的加、减、乘、除运算。不包含浮点数的计算处理。-This is a simple calculator program that can perform simple addition, subtraction, multiplication, and division operations. Does not contain a floating point calculation processing.
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:19303
    • 提供者:黄燕
  1. MCS-51-subprogram

    0下载:
  2. 单片机实用程序库,包括数据复制、算术平均滤波、长除法、码制转换、对分查找、浮点运算、三角函数等等。共98页pdf文档。-SCM utility library, including data replication, arithmetic mean filtering, long division, transcoding, bisection search, floating-point arithmetic, trigonometric functions and so on. Total
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:236218
    • 提供者:pengxiaotu
  1. NIOS2float

    0下载:
  2. NIOS II中计算浮点数乘除法的函数,可以极大地缩短浮点数运算的执行时间。-Floating-point multiplication and division of functions computed NIOS II, can greatly shorten the execution time of floating point operations.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-14
    • 文件大小:3849
    • 提供者:
  1. 32X64led128

    2下载:
  2. 音乐频谱 控制卡使用说明: 1、按键S1 亮度控制 说明:一共有10极 按一下亮度加一级 2、按键S2 16分频与64分频切换 3、按键S3 切换柱条和漂浮点颜色 说明:显示颜色有 红柱绿漂 红柱黄漂 绿柱红漂 绿柱黄漂 4、按键S4 无功能-Music Spectrum- control card use: 1, brightness control buttons S1 Descr iption: A total of 10 pole Click add a bright
  3. 所属分类:SCM

    • 发布日期:2017-05-01
    • 文件大小:83574
    • 提供者:lun
  1. Mycode_for-_simple_sqrt

    0下载:
  2. 笔算开方,利用长除法求浮点数的平方根,有优点是迭代次数少,缺点:只能算到小数点后4-5位-4-5 can only count to one decimal: written calculation prescribing, use long division square root of floating-point number has the advantage of fewer iterations, shortcomings
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1268
    • 提供者:Michael
« 1 2 34 »
搜珍网 www.dssz.com